# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1046.327.18 -> 1.1046.327.19 # kernel/ksyms.c 1.204 -> 1.205 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/06/17 levon@movementarian.org 1.1046.337.15 # [PATCH] OProfile: small NMI shutdown fix # # Reduce the possibility of dazed-and-confuseds. # -------------------------------------------- # 03/06/19 davidm@tiger.hpl.hp.com 1.1046.327.19 # Drop export of init_thread_union alltogether. # -------------------------------------------- # diff -Nru a/kernel/ksyms.c b/kernel/ksyms.c --- a/kernel/ksyms.c Mon Sep 22 13:01:30 2003 +++ b/kernel/ksyms.c Mon Sep 22 13:01:30 2003 @@ -592,9 +592,6 @@ /* init task, for moving kthread roots - ought to export a function ?? */ EXPORT_SYMBOL(init_task); -#ifndef CONFIG_IA64 -EXPORT_SYMBOL(init_thread_union); -#endif EXPORT_SYMBOL(tasklist_lock); EXPORT_SYMBOL(find_task_by_pid);